EventLogger

interface EventLogger : Facility

Facility that allows the application to record event logs that may be further collected and processed by GroundSdk.

Functions

Link copied to clipboard
abstract fun log(@NonNull message: String)
Logs an event.